object Form4: TForm4 Left = 224 Top = 149 BorderStyle = bsDialog Caption = 'About...' ClientHeight = 285 ClientWidth = 370 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 365 Height = 281 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 object Label1: TLabel Left = 33 Top = 18 Width = 166 Height = 30 Caption = 'DemoSlide 1.0' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Garamond' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 67 Top = 68 Width = 88 Height = 21 Caption = 'Written By' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Garamond' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 49 Top = 102 Width = 133 Height = 24 Caption = 'Ole Gabrielsen' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'Garamond' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 102 Top = 138 Width = 28 Height = 20 Caption = 'For' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 20 Top = 182 Width = 208 Height = 57 AutoSize = True Picture.Data = {} end object Label5: TLabel Left = 66 Top = 250 Width = 118 Height = 13 Caption = 'www.DivineSoft.com' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 260 Top = 14 Width = 75 Height = 25 Caption = 'Order' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 260 Top = 60 Width = 75 Height = 25 Caption = 'Register' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 260 Top = 238 Width = 75 Height = 25 Caption = 'Close' TabOrder = 2 OnClick = Button3Click end end end